home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_334 / fbm / fbm-0.9.zoo / doc-0.94 / raw2fbm.man < prev    next >
Text File  |  1990-03-03  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4. RAW2FBM(1)               USER COMMANDS                 RAW2FBM(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      raw2fbm - convert raw image files to FBM format  (especially
  10.      Digi-View files)
  11.  
  12. SYNOPSIS
  13.      raw2fbm [ -t'title' -c'credits' -a<aspect>
  14.                -w<width> -h<height> -d'<planes> ] < rawfile > fbm
  15.  
  16. DESCRIPTION
  17.      Converts  a  raw  image  (stored  in  row  major  order,  or
  18.      red/green/blue   for  color  images)  to  fbm  format.   The
  19.      defaults are  width=640,  height=400,  depth=1,  and  aspect
  20.      ratio=1.2  (the  correct  settings for output from the Amiga
  21.      Digi-View package).
  22.  
  23. OPTIONS
  24.      -d   _d_e_p_t_h, number of byte planes in image.  Default  is  1.
  25.           Use -d3 for RGB color images.
  26.  
  27.      -w   _w_i_d_t_h, number of pixels per row,  assumes  1  byte  per
  28.           pixel.  The default is 640.
  29.  
  30.      -h   _h_e_i_g_h_t, number of rows in image.  The default is 400.
  31.  
  32.      -a   _a_s_p_e_c_t _r_a_t_i_o, the ratio of the height  to  width  of  a
  33.           single  pixel.   The  default  is  1.2  (for  Digi-View
  34.           files).
  35.  
  36.      -t'title'
  37.           _t_i_t_l_e, specify a character string (up to 80 characters)
  38.           to describe the image.  The default is no title.
  39.  
  40.      -c'credits'
  41.           _c_r_e_d_i_t_s _o_r _s_u_b_t_i_t_l_e, specify a second character  string
  42.           (up  to  80  characters)  to  describe  the image.  The
  43.           default is no credit string.
  44.  
  45. EXAMPLE
  46.      Assume a Digi-View "raw" color image  of  a  tiger,  640x400
  47.      pixels with 1.2 to 1 aspect ratio (EL Arts calls is 1.1):
  48.  
  49.          % raw2fbm -a1.2 -w640 -h400 -d3 .br
  50.            -t'Tiger' -c'Joe' < tiger.raw > tiger.fbm
  51.  
  52.      or in this case:
  53.  
  54.          % raw2fbm -d3 -t'Tiger' -c'Joe' < tiger.raw > tiger.fbm
  55.  
  56. SEE ALSO
  57.      fbm(1) for general discussion, pbm(1) for PBM routines.
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.0      Last change: 07-Mar-89                     1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RAW2FBM(1)               USER COMMANDS                 RAW2FBM(1)
  71.  
  72.  
  73.  
  74. BUGS
  75.      None known.
  76.  
  77. HISTORY
  78.      Copyright (c) 1989 by  Michael  L.  Mauldin.  Permission  is
  79.      granted  to  use  this  program in whole or in part provided
  80.      that you do not sell it for profit and that  this  copyright
  81.      notice is retained unchanged.
  82.  
  83.      07-Mar-89  Michael L. Mauldin at Carnegie Mellon University
  84.           Beta release (version 0.9) mlm@cs.cmu.edu
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sun Release 4.0      Last change: 07-Mar-89                     2
  130.  
  131.  
  132.  
  133.